+2012-10-19 Eli Zaretskii <eliz@gnu.org>
+
+ * alloc.c (NSTATICS): Decrease to 0x800.
+
2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
* fns.c (Fnreverse): Include the problem element when signalling an
/* Addresses of staticpro'd variables. Initialize it to a nonzero
value; otherwise some compilers put it into BSS. */
-#define NSTATICS 0x1000
+#define NSTATICS 0x800
static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
/* Index of next unused slot in staticvec. */